home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 7
/
Amiga Format AFCD07 (Dec 1996, Issue 91).iso
/
serious
/
shareware
/
comms
/
internet
/
mail-related
/
voodoo
/
rexx
/
sendvoodoo.quill
< prev
next >
Wrap
Text File
|
1996-03-11
|
434b
|
11 lines
/* Deliver message when using Digital Quill as the external editor.
* Put this script as a macro in the user menu or speedbar. */
options results
'GETATTR PROJECT FILENAME'
message = result
'MARK OFF' /* turn off block marking, if any */
'SAVE FORCE' /* save the changes. Suppress requesters. */
address 'VOODOO' 'SEND' message /* tell Voodoo to send it. Voodoo will clean up. */
'CLOSE FORCE' /* This project can now be closed. */